GtkAboutDialog: Don't shout
authorMatthias Clasen <mclasen@redhat.com>
Mon, 20 Oct 2014 03:16:06 +0000 (23:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 20 Oct 2014 03:16:06 +0000 (23:16 -0400)
Don't use all-caps in the UI - it looks scary.

https://bugzilla.gnome.org/show_bug.cgi?id=671138

gtk/gtkaboutdialog.c

index 99f6fe4a2c9d68a5942cdefc4fa35c1d52171cf4..9b8da727a00f36b6146506d820540128dd703d5f 100644 (file)
@@ -111,7 +111,7 @@ typedef struct
 /* Translators: this is the license preamble; the string at the end
  * contains the name of the license as link text.
  */
-static const gchar *gtk_license_preamble = N_("This program comes with ABSOLUTELY NO WARRANTY.\nSee the <a href=\"%s\">%s</a> for details.");
+static const gchar *gtk_license_preamble = N_("This program comes with absolutely no warranty.\nSee the <a href=\"%s\">%s</a> for details.");
 
 /* LicenseInfo for each GtkLicense type; keep in the same order as the enumeration */
 static const LicenseInfo gtk_license_info [] = {